home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0232.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  1.1 KB  |  30 lines

  1. Hello!
  2.  
  3. The one thing which seems to be very hard to achieve in AMOS is full screen,
  4. multidirectional, map based scrolling SMOOTHLY. I would like to see this in
  5. the new AGA extension (or any extension) more than anything else (apart from
  6. AGA!). Perhaps similar to the Turbo (Plus) extension, with a Map bank and
  7. Tile bank, but also commands to open and scroll the view port... just a few
  8. examples:
  9.  
  10. Map Screen Open n,view_width,view_height,colours,mode,block_size
  11.    Open the screen. (block_size = 16 or 32)
  12.  
  13. Map Offset n,x,y
  14.    Move the view to x,y - Scroll the screen, or redraw it completely if
  15.    it's totally off the current view.
  16.  
  17. Map Scroll n,dx,dy
  18.    Relatively scroll the view by dx,dy pixels.
  19.  
  20. What do you all think? Would this be useful?
  21.  
  22. Bye ____________________________________________________
  23.    /                                                    \
  24.   / Ben Wyatt - bwyatt@paston.co.uk or b.wyatt@uea.ac.uk \
  25.   \   http://www.paston.co.uk/users/bwyatt/index.html    /
  26.    \____________________________________________________/
  27.         (c)1995-97 Very Interesting Signatures Ltd.
  28.  
  29.  
  30.